Skip to content

Instantly share code, notes, and snippets.

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@ProdeusUnity
ProdeusUnity / windowsimagecollection.md
Last active September 23, 2026 07:53
Windows ISO files
OS version Arch File Host Size Download Link Rate Limits
Windows 1.0 8086 Winworld (Kansas City, Missouri) 541KB Download ❌ Yes, 25 per day
Windows 2.0 386 Winworld (Kansas City, Missouri) 2.80MB Download ❌ Yes, 25 per day
Windows 3.0 8086/386
@Gabriel-samuel
Gabriel-samuel / .deps...npm....resolution-index.json
Created September 23, 2026 07:50
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.26+commit.8a97fa7a.js&optimize=undefined&runs=200&gist=
{
"StorageFactory.sol": {
"./SimpleStorage.sol": "SimpleStorage.sol",
"__sources__": {
"StorageFactory.sol": {
"content": "// SPDX-License-Identifier: MIT\r\npragma solidity ^0.8.18;\r\nimport {SimpleStorage} from \"./SimpleStorage.sol\"; // this is how we import other solidity files, also known as name import\r\n// And also specifying the name of the contract\r\ncontract StorageFactory {\r\n // saving to a storage or state variable\r\n // uint256 public favourNumber\r\n // type visibility name\r\n SimpleStorage[] public listOfSimpleStorageContracts; // Note solidity is Case sensitive\r\n function createSimpleStorageContract() public {\r\n SimpleStorage newSimpleStorageContract = new SimpleStorage(); // With the new keyword we can deploy contract from another contract\r\n listOfSimpleStorageContracts.push(newSimpleStorageContract); // this new keyword is how Solidity knows to deploy a contract\r\n // How does the Storage Factory know how the Simple S
@liuran001
liuran001 / config.yaml
Last active September 23, 2026 07:49
mihomo (Clash Meta) 懒人配置
# 21 世纪最伟大的发明是什么,那必然是 AI
# 所以如果你遇到什么问题,也许问 AI 比问人更快哦
# AFF
# 如果你想支持我,可以通过我的邀请链接购买机场
# 感谢支持
# 1. ssLinks 邀请码: fSo2OhzH https://98a6251b6cd7471da86cca993b6dbe6f.36d.biz/#/register?code=fSo2OhzH 贵 快
# 2. 一元机场 邀请码: r3f1duds https://xn--4gq62f52gdss.top/#/register?code=r3f1duds 垃圾 但是便宜
# 3. Kitty 邀请码: MSOOG0Q0 https://kitty.fo/register?invite=MSOOG0Q0
# 4. BiuBiu 邀请码: fACfjKC8 https://biubiux.online/#/register?code=fACfjKC8 有年周期套餐
@Alimammiya
Alimammiya / best-jee-coaching-in-india.md
Created September 18, 2026 04:23
Best JEE Coaching in India for 2027 Aspirants: Top 10 Institutes Ranked and Reviewed

Best JEE Coaching in India for 2027 Aspirants: Top 10 Institutes Ranked and Reviewed

It's past midnight. A Class 12 student has been stuck on the same rotational mechanics problem for the third time, refusing to open the solution until it clicks on its own. This is not a one-off night. This is basically every night for two years, if you're serious about JEE.

Here are the numbers that explain why it feels this hard: over 11 lakh students register for JEE Main every year. Only about 2.5 lakh of them qualify for JEE Advanced. And after that stage, there are only around 17,000 seats across all the IITs put together. Every round of the exam is a filter, and each filter is tighter than the last one. One weak chapter in Physics, or one slow day in Maths, can be the difference between an IIT seat and none at all.

So when you're picking JEE coaching in India, you're not choosing someone to just "complete the syllabus." You're choosing who helps you survive two years of daily problem-solving, without breaking you

@k16shikano
k16shikano / SKILL.md
Last active September 23, 2026 07:41
japanese-tech-writing/SKILL
name japanese-tech-writing
description 日本語の技術文書・書籍原稿の文章規範。段落と論証の構成(パラグラフライティング)、論証の厳密さ(ツッコミどころの除去)、読み手の負荷の管理、視点と語り、演出の抑制、LLM っぽい空句の禁止、翻訳調の比喩と擬人化の禁止(「運ぶ」「効く」「開かれた問い」など)、冗長の排除を定める。日本語で技術書の章、草稿、記事、解説文を書くとき、または推敲・リライトするときに使用する。
license Unlicense(https://gist.github.com/k16shikano/67625f2a7d96e3bbdfae8d571a936063

日本語技術文書の文章規範

日本語で技術的な原稿(書籍の章、記事、解説文)を書く・推敲するときは、以下の規範に従う。